func reflect.makeInt
5 uses
reflect (current package)
value.go#L3625: func makeInt(f flag, bits uint64, t Type) Value {
value.go#L3705: return makeInt(v.flag.ro(), uint64(v.Int()), t)
value.go#L3710: return makeInt(v.flag.ro(), v.Uint(), t)
value.go#L3715: return makeInt(v.flag.ro(), uint64(int64(v.Float())), t)
value.go#L3720: return makeInt(v.flag.ro(), uint64(v.Float()), t)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |